home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / episode4.swf / scripts / DefineButton2_1172 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  307 b   |  13 lines

  1. on(release){
  2.    _root.Inventaire.swapdepths(_root.Gts);
  3.    setProperty("/Gts", _X, 536);
  4.    setProperty("/Gts", _Y, 357);
  5.    setProperty("/Gts", _xscale, 20);
  6.    setProperty("/Gts", _yscale, 20);
  7.    tellTarget("/")
  8.    {
  9.       gotoAndStop(eval("/Variables:EtatActif"));
  10.    }
  11.    gotoAndStop(1);
  12. }
  13.